const net/http.http2ErrCodeNo
15 uses
net/http (current package)
h2_bundle.go#L1180: http2ErrCodeNo http2ErrCode = 0x0
h2_bundle.go#L1197: http2ErrCodeNo: "NO_ERROR",
h2_bundle.go#L4852: sc.goAway(http2ErrCodeNo)
h2_bundle.go#L4884: gracefulShutdownComplete := sc.goAwayCode == http2ErrCodeNo && sc.curOpenStreams() == 0
h2_bundle.go#L4885: if sentGoAway && sc.shutdownTimer == nil && (sc.goAwayCode != http2ErrCodeNo || gracefulShutdownComplete) {
h2_bundle.go#L5182: sc.resetStream(http2streamError(st.id, http2ErrCodeNo))
h2_bundle.go#L5236: if !sc.inGoAway || sc.goAwayCode == http2ErrCodeNo {
h2_bundle.go#L5286: sc.goAway(http2ErrCodeNo)
h2_bundle.go#L5292: if sc.goAwayCode == http2ErrCodeNo {
h2_bundle.go#L5391: if sc.inGoAway && (sc.goAwayCode != http2ErrCodeNo || f.Header().StreamID > sc.maxClientStreamID) {
h2_bundle.go#L5733: if f.ErrCode != http2ErrCodeNo {
h2_bundle.go#L8044: if old != nil && old.ErrCode != http2ErrCodeNo {
h2_bundle.go#L8055: if streamID == 1 && cc.goAway.ErrCode != http2ErrCodeNo {
h2_bundle.go#L8302: if err := cc.fr.WriteGoAway(maxStreamID, http2ErrCodeNo, nil); err != nil {
h2_bundle.go#L8790: cc.writeStreamReset(cs.ID, http2ErrCodeNo, nil)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |